Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle non-alpha prefix variable name in parquet #235

Merged
merged 1 commit into from
Apr 24, 2020
Merged

handle non-alpha prefix variable name in parquet #235

merged 1 commit into from
Apr 24, 2020

Conversation

xitongsys
Copy link
Owner

No description provided.

@xitongsys xitongsys merged commit c72cb80 into master Apr 24, 2020
zolstein pushed a commit to zolstein/parquet-go that referenced this pull request Jun 23, 2023
* optimize delta decoding

* vectorize decoding of int32 delta blocks

* vectorize decoding of int64 delta blocks

* optimize delta byte array decoding

* use plain.AppendByteArrayLength

* Optimize delta decoding (part 2) (xitongsys#230)

* improve testing of delta decoding

* optimize decoding of 8 bits values

* optimize decoding of 16 bits values

* optimize decoding of 1 bit values

* optimize decoding of 2 bits values

* optimize decoding of 4 bits values

* implement generic vectorized algorithm to unpack 32 bits integers

* remove unused code

* implement generic vectorized algorithm to unpack 32 bits integers from sizes 17 to 31

* implement generic vectorized algorithm to unpack 32 bits integers from sizes 26 to 31

* use VPAND from AVX2 rather than VPANDD from AVX512

* Update encoding/delta/binary_packed_decode_amd64.s

Co-authored-by: Kevin Burke <[email protected]>

* fix typos

* Optimize delta decoding (part 3) (xitongsys#231)

* optimize validation of delta length byte arrays

* vectorize copy of delta length byte arrays

* add more tests and benchmarks

* add more documentation

* simplify implementation

* refactor delta byte array encodings

* A little copying is better than a little dependency.

* remove errno type

* optimize validation of delta byte array prefix and suffix lenghts

* optimize delta byte array decoding

* got vet fixes

* rename miniBlockPack => encodeMiniBlock

* Update encoding/delta/length_byte_array_amd64.go

Co-authored-by: Kevin Burke <[email protected]>

* Update encoding/delta/length_byte_array_amd64.go

Co-authored-by: Kevin Burke <[email protected]>

* Update encoding/delta/length_byte_array_amd64.s

Co-authored-by: Kevin Burke <[email protected]>

* Optimize RLE decoding (part 4) (xitongsys#235)

* add internal/bitpack

* remove unused code in encoding/delta

* optimize RLE decoding of int32 values using internal/bitpack

* cleanup

* fix purego tests

* use bytealg.Broadcast to implement repeated sections

* Update internal/bitpack/unpack.go

Co-authored-by: Kevin Burke <[email protected]>

* Update internal/bitpack/unpack.go

Co-authored-by: Kevin Burke <[email protected]>

* optimize decoding of levels with RLE encoding

Co-authored-by: Kevin Burke <[email protected]>

Co-authored-by: Kevin Burke <[email protected]>

Co-authored-by: Kevin Burke <[email protected]>

Co-authored-by: Kevin Burke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant